home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / tcdebug4.arc / REVLIST next >
Text File  |  1987-10-03  |  2KB  |  37 lines

  1. For Version 0.01
  2.   1. " 's around command line parameters now bind.
  3.   2. Fix so non case sensitve link will work OK.
  4.   3. 'Q' command now gives restart option.
  5.   4. Abort if can't find 'exit()' or 'main()'.
  6.   5. Abort on no symbols or no line numbers.
  7.   6. Add register window to disassembly display.
  8.   7. Add Alt-D and Alt-U to resize windows.
  9.   8. Put segment prefixes on line with rest of instruction. (disassembly)
  10.   9. Add _AX, _BX, etc. to allow Examine/change and Watch registers.
  11.  10. Handle long strings better in Examine and Watch.
  12.  11. Change VF command to accept directory entries.
  13.  12. Text file size now 40k, 700 symbols allowed.
  14.  13. The 'X' format was fixed so a hex entry (not long hex) is expected.
  15.      Format characters correspond to 'printf', not 'scanf'.
  16.  
  17. For Version 0.02
  18.   1. Fix F9 key transfer so wrong source lines won't get on assembly code.
  19.   2. Fix PgUp (assemblemode) so will stop at the top line.
  20.   3. Fix segment override (memory display) in disassembly listing.
  21.  
  22. For Version 0.03
  23.   1. Add "RTN".  Standard stack frame option must be used.
  24.   2. Make 'Next' work in assemblemode.
  25.   3. Add 'X' (Translate).
  26.   4. Add passcount to permanemt breakpoints.
  27.   5. Add 'GT' command.
  28.   6. Add conditional break commands, BE, BN, and BC.
  29.   7. Single letter symbols didn't work with 'P' command.
  30.   8. Fix 'E' so change of register puts the changed value in program.
  31.   9. Add DisplayMemory window and command.
  32.  10. Turn off colors if mode is 2 on entry.
  33.  
  34. For Version 0.04
  35.   1. Make sure to switch to register window before updating it!
  36.   2. Add conditional compilation.
  37.